home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-19 | 387 b | 18 lines |
- #########################################################################
- #
- # null-handler Makefile
- # V 0.0 (c) Gunnar Nordmark 1988
- # For Manx 3.6a
- #
- #########################################################################
-
-
- null-handler : misc.o null.o
- ln -o null-handler misc.o null.o -lc32
-
- misc.o : misc.c
- cc +L +Hnull.syms misc.c
-
- null.o : null.c
- cc +L +Inull.syms null.c
-